
/*:root {
  --blue: #034e95;
  --white: #ffffff;
}
button {
  background-color: var(--blue);
}*/


body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    background: #F7F8F9;
    overflow-x: hidden;
}


.site-container {
    max-width: 1300px;
    margin: auto;
    display: block;
    padding: 0 15px;
}
.container1200 {
    max-width: 1200px;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    margin: auto;
}
.container800 {
    max-width: 800px;
    margin: auto;
}


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}


.div-half {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}


.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}       
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

a {
    color: #034e95;
}

h1, h2, h3, h4 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1.5;
}  
h1 {
    font-size: 40px;
    margin: 30px 0;
    text-align: center;
}  
h2 {
    font-size: 30px;
    margin: 25px 0;
    text-align: center;
}  
h3 {
    font-size: 25px;
    margin: 20px 0;
}  
h4 {
    font-size: 22px;
    margin: 20px 0;
}  

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ol, ul {
    margin-bottom: 15px;
    display: flow-root;
}




.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: #034e95;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.buttons-center a:focus,
.buttons-center a:hover {
    background: #444444;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #034e95;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
}
.default-button:focus,
.default-button:hover {
    background: #444444;
    text-decoration: none;
    color: #fff;
}



header {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    z-index: 9999;
    position: relative;
    background: #fff;
}
header * {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header .logo {
    display: inline-block;
    float: left;
} 
header .logo img {
    max-width: 170px;
    height: auto;
} 
header .menu-right {
    display: inline-block;
    float: right;
    padding-top: 15px;
}
header .menu-right .phone {
    display: inline-block;
    padding-top: 5px;
    float: left;
    margin-right: 25px;
}
header .menu-right .phone a {
    font-size: 22px;
    font-weight: bold;
}
header .menu-right .phone a i {
    font-size: 18px;
}
header .menu-right .phone a:hover {
    color: #000;
    text-decoration: none;
}
header .menu-right .book-btn {
    display: inline-block;
    background: #034e95;
    color: #fff;
    margin-right: 25px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 8px;
}
header .menu-right .book-btn:hover {
    background: #003;
    text-decoration: none;
    color: #fff;
}
header .menu-right .open-menu {
    display: inline-block;    
    float: right;
    margin-top: 5px;
    cursor: pointer;
}
header .menu-right .open-menu i {
    font-size: 35px;
}
header .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #034e95;
    z-index: 9999;
    width: 300px;
    overflow: auto;
}
header .close-menu {
    margin-bottom: 10px;
    cursor: pointer;
}
header .close-menu i {
    color: #fff;
    padding: 10px;
    opacity: 0.5;
}
header .close-menu i:hover {
    opacity: 1;
}
header .menu ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
header .menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
}
header .menu ul li a {
    color: #fff;
    display: block;
}
header .menu ul li p {
    color: #fff;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
}
header .menu ul li p i {
    font-size: 16px;
    margin-left: 5px;
}
header .menu ul li ul {
/*    display: none;*/
}
header .menu ul li ul li {
    margin-bottom: 10px;
}
header .menu ul li a.quote-btn {
    background: #fff;
    color: #034e95;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 200px;
    margin-top: 10px;
    border-radius: 5px;
}
header .menu ul li a.quote-btn:hover {
    background: #000;
    color: #ffffff;
    text-decoration: none;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 999;
    display: none;
}


footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: #034e95;
    color: #fff;
}
body.homepage footer {
    margin: 0;
}
footer p {
    line-height: 1.5;
}
footer .links {
    margin: 10px 0;
}
footer .links span,
footer .links a {
    display: inline-block;
    margin : 10px;
    color: #fff;
}
footer .links span i,
footer .links a i {
    font-size: smaller;
    margin-right: 5px;
}
footer .social-media {
    display: inline-block;
    width: 100%;
}
footer .social-media a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 5px;
    margin: 10px;
}
footer .social-media a:hover {
    color: #9c9c9c;
}
footer p.copyright {
    margin: 10px 0;
}
/*footer .newsletter {
    margin-bottom: 30px;
    text-align: center;
}
footer .newsletter h4 {
    font-size: 18px;
}
footer .newsletter form {
    display: inline-block;
}
footer .newsletter form input {
    background: #ddd;
    border: 0;
    font-size: 17px;
    color: #000;
    padding: 10px;
    height: 45px;
    float: left;
    margin-right: 5px;
}
footer .newsletter form button {
    background: #000;
    border: 0;
    padding: 10px 20px;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
}
footer .newsletter form button:hover {
    background: #353535;
}
*/

.default-text {
/*    padding-bottom: 100px;*/
}

.pb100 {
    padding-bottom: 100px;
}

.text-section {
    padding: 50px 0;
}

.col-md-6 h2 {
    text-align: left;
}

.grey-bg {
    background: #DCE4E9;
}

.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}

.mb30 {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}


.image250 {
    display: inline-block;
    width: 250px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}


.hp-top-video {
    display: inline-block;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
}
.hp-top-video video {
    width: 100%;
    height: auto;
}
.hp-top-video .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgb(0 0 0 / 40%);
    color: #fff;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.hp-top-video .text-overlay h1 {
    font-size: 50px;
    margin: 30px 0;
    color: #fff;
}
.hp-top-video .text-overlay h3 {
    color: #fff;
}
.hp-top-video .text-overlay > div {
    max-width: 1000px;
    margin: auto;
}
/*.hp-top-video .text-overlay a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    color: #000;
}
.hp-top-video .text-overlay a:hover {
    background: #000;
    color: #fff;
}*/


.hp-image-slider .carousel-control {
    width: 50px;
}
.hp-image-slider .carousel-control span {
    font-size: 25px;
}

.hp-section1 p.big-quote {
    font-size: 22px;
    font-style: italic;
}

.why-choose {
    text-align: center;
}
.why-choose .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.why-choose .col {
    margin: 30px 0;
}
.why-choose .col .icon img {
    max-width: 120px;
    margin: auto;
}
.why-choose .col h3 {
    margin-top: 0;
}
.why-choose .col p {
    font-size: 16px;
}


.small-images-carousel {
    position: relative;
}
.small-images-carousel .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}
.small-images-carousel .flex-direction-nav i {
    color: #fff;
    font-size: 25px;
    padding: 15px;
    text-shadow: 2px 2px black;
    cursor: pointer;
}
.small-images-carousel .flex-direction-nav .flex-prev {
    z-index: 9;
    position: relative;
    float: left;
}
.small-images-carousel .flex-direction-nav .flex-next {
    z-index: 9;
    position: relative;
    float: right;
}
.small-images-carousel .item .image {
    border-radius: 10px;
    overflow: hidden;
}

.slider3-section .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.slider3-section h4 {
    margin-top: 0;
    font-weight: 500;
    font-style: italic;
}
.slider3-section h2 {
    margin: 20px 0;
}



/*services page*/

.services-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.services-list .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.services-list .item {
    text-align: center;
    margin: 20px 0 30px;
}
.services-list .item .image {
    overflow: hidden;
    border-radius: 10px;
}
.services-list .item img {
    transition: all 0.5s ease;
}
.services-list .item:hover img {
    transform: scale(1.08);
}
.services-list .item h4 {
    color: #1258b7;
    font-size: 22px;
    margin: 8px 0;
    font-weight: 700;
}

.service-top-gallery .item img {
    width: 100%;
    height: auto;
}
.service-top-gallery .carousel-control {
    width: 50px;
}
.service-top-gallery ol.carousel-indicators {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}
.service-top-gallery ol.carousel-indicators li {
    position: relative;
    width: 25%;
    height: auto;
    float: left;
    text-indent: initial;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    padding: 2px;
}
.service-top-gallery ol.carousel-indicators li.active {
    background: #1258b7;
}
.service-top-gallery ol.carousel-indicators li img {
    width: 100%;
    height: auto;
}

.service-banner-top {
    background: #DCE4E9;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 30px;
}
.service-banner-top h3 {
    font-style: italic;
}
.service-banner-top p {
    max-width: 1000px;
    margin: 15px auto;
}
.service-banner-top a {
    display: inline-block;
    margin: 10px;
}
.service-text > h2:first-child {
    margin-top: 0;
}

.hp-services-list .item h4 {
    font-size: 18px;
}


/*yachts page*/

.yacht-banner-top {
   /* background-image: url(https://www.funeralsatsea.com/wp-content/uploads/2023/04/Bella-Luna-Yacht-To-Scatter-Ashes-At-Sea-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/

    background-color: #DCE4E9;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 30px;
}
.yacht-banner-top h1 {

}
.yacht-banner-top .yacht-services {
    display: block;
    max-width: 800px;
    margin: auto;
}
.yacht-banner-top .yacht-services .item {
    display: inline-block;
    margin: 10px;
}
.yacht-banner-top .yacht-services .item a {
    font-weight: bold;
    font-size: 18px;
}
.yacht-banner-top .yacht-services .item a i {
    color: #efb701;
    margin-right: 3px;
}
.yacht-banner-top a.default-button {
    display: inline-block;
    margin: 20px 0;
}


.yachts-content {
    padding-bottom: 0;
}
.yachts-list {
    margin-top: 30px;
}
.yachts-list .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    justify-content: center; 
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.yachts-list .item {
    margin-bottom: 30px;
}
.yachts-list .item a:hover {
    text-decoration: none;
}
.yachts-list .item .image {
    overflow: hidden;
}
.yachts-list .item .image img {
    transition: all 0.4s ease;
}
.yachts-list .item:hover .image img {
    transform: scale(1.05);
}
.yachts-list .item .text {
    background: #1258b7;
    color: #fff;
    padding: 10px 5px;
}
.yachts-list .item .text:hover {
    background: #000000;
}
.yachts-list .item .text h4 {
    font-size: 20px;
    text-align: center;
    margin: 0px 0 10px;
}
.yachts-list .item .text p {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
}
.yachts-list .item .text p .price {
    float: left;
    display: inline-block;
}
.yachts-list .item .text p .guests {
    float: right;
    display: inline-block;
}


.yacht-inner .top-main-img img {
    width: 100%;
    height: auto;
}
.yacht-tabs {
    margin-bottom: 20px;
}
.yacht-tabs .nav-tabs li a {
    color: #000;
    font-weight: 500;
}
.yacht-tabs .nav-tabs li.active a {
    font-weight: 600;
}

.yacht-tabs .tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
    font-size: 18px;
    line-height: 1.7;
}
.yacht-tabs .tab-content ul {
    padding-left: 20px;
}
.yacht-top-gallery {
    margin-bottom: 20px;
}
.yacht-top-gallery {
    margin-bottom: 20px;
}
.yacht-top-gallery .item {
    max-height: 500px;
    overflow: hidden;
}
.yacht-top-gallery .item img {
    margin: auto;
    width: 100%;
    height: auto;
}
.yacht-top-gallery .carousel-control {
    width: 50px;
}
.yacht-top-gallery ol.carousel-indicators {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}
.yacht-top-gallery ol.carousel-indicators li {
    position: relative;
    width: 20%;
    height: auto;
    float: left;
    text-indent: initial;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    padding: 2px;
}
.yacht-top-gallery ol.carousel-indicators li img {
    width: 100%;
    height: auto;
}
.yacht-top-gallery ol.carousel-indicators li.active {
    background: #1258b7;
}



/*faqs page*/

.faq-content {
    padding-bottom: 50px;
}

.general-accordion .panel-default {
    margin-bottom: 15px;
    border: 1px solid #034e95;
} 
.general-accordion .panel-heading {
    padding: 0;
} 
.general-accordion .panel-heading .panel-title a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding: 12px;
    display: block;
} 
.general-accordion .panel-heading .panel-title a i {
    float: right;
} 
.general-accordion .panel-heading .panel-title a.collapsed i {
    transform: rotate(180deg);
} 


/*contact page*/
.content-contact {
    padding-bottom: 100px;
}
.contact-form {
    margin-bottom: 50px;
}
.contact-text {
    margin: 30px 0;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form input {
    height: auto;
    min-height: auto;
    padding: 10px;
    font-size: 17px;
    line-height: initial;
    border-radius: 0;
}
.contact-form select {
    height: auto;
    min-height: auto;
    padding: 10px;
    font-size: 17px;
    line-height: initial;
    border-radius: 0;
}
.contact-form .form-group textarea {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 200px;
    font-size: 17px;
    line-height: 1.6;
    padding: 10px;
}
.contact-form label {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.contact-form .form-group label.error {
    color: red;
}


/*request quote page*/

input[type=date].form-control, 
input[type=time].form-control, 
input[type=datetime-local].form-control, 
input[type=month].form-control {
    line-height: initial;
}
form.request-quote-form .form-group {
    margin-bottom: 20px;
}
form.request-quote-form input {
    height: 45px;
    min-height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: initial;
    border-radius: 0;
}
form.request-quote-form select {
    height: 45px;
    min-height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: initial;
    border-radius: 0;
}
form.request-quote-form textarea {
    height: auto;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: initial;
    border-radius: 0;
}
form.request-quote-form label {
    font-weight: 500;
    font-size: 15px;
}
form.request-quote-form label.error {
    color: red;
}
form.request-quote-form .submit {
    background: #1258b7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
}
form.request-quote-form .submit:hover {
    color: #fff;
    text-decoration: none;
    background: #003;
}
form.home-quote-form button.submit {
    background: #00ade8;
}
form.home-quote-form label {
    color: #fff;
    font-size: 14px;
}
form.home-quote-form input {
    height: 40px;
}



/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 19px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #71bd37;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}



/*sitemap*/
.sitemap {
    padding-bottom: 50px;
}
.sitemap-section {
    margin-bottom: 40px;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap-section .links a {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
}
.sitemap-section .title h4 {
    text-align: center;
}

































